home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / mri / macro.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  106 b   |  9 lines

  1. get    macro    arg1,arg2,arg3
  2.     dc.l    arg1
  3.     arg2
  4. arg3    dc.l    \4
  5.     move.\0    d0,d1
  6.     endm
  7.  
  8.     get.b    1,<dc.l 2>,label,four
  9.